home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / cad / autcad.zip / AUTCAD.DOC < prev   
Text File  |  1993-04-12  |  6KB  |  180 lines

  1.             MicroSpeed ADI Driver Device for AutoCAD
  2.             ----------------------------------------
  3.  
  4.  
  5.                            Overview
  6.                             --------
  7.  
  8. This  document  describes the installation and use of a  FastTRAP 
  9. pointing  device  driver  developed by MicroSpeed  for  use  with 
  10. AutoCAD by Autodesk.   The driver is usable with all releases  of 
  11. AutoCAD  which  support the Autodesk defined ADI (AutoCAD  Device 
  12. Interface)  and  allows AutoCAD users to  significantly  simplify 
  13. their use of AutoCAD.  
  14.  
  15.                           Installation
  16.                           ------------
  17.  
  18. The basic installation process is as follows:
  19.  
  20.  
  21.      1.   Make sure FastTRAP driver is properly installed
  22.  
  23.      2.   Install AutoCAD for an ADI digitizer
  24.  
  25.      3.   Install  the  FastTRAP  ADI  driver  prior  to  running 
  26.           AutoCAD
  27.  
  28.  
  29. The FastTRAP ADI driver file name is DGTRAP.COM.  As with all ADI 
  30. device  drivers,  DGTRAP  is a terminate and stay resident  (TSR) 
  31. program  which provides a standardized interface between  AutoCAD 
  32. and a device specific software driver,  in this case MicroSpeed's 
  33. MAP.SYS  or MAP.COM multi-axis pointer driver.   The  MAP  driver 
  34. should  be installed for the system as described in Section 3  of 
  35. the  FastTRAP  user's manual prior to installing  the  DGTRAP.COM 
  36. driver.
  37.  
  38. Prior to using the FastTRAP ADI driver you must install AutoCAD's 
  39. digitizer  to handle an ADI digitizing device.   This is done  as 
  40. follows:  
  41.      
  42.           1.   Select   option   5  on  the  AutoCAD  main   menu 
  43.                ("Configure AutoCAD")
  44.  
  45.           2.   Select   option  4  on  the   configuration   menu 
  46.                ("Configure  digitizer").   A  list  of  available 
  47.                digitizers will be displayed.
  48.  
  49.           3.   Select  "ADI digitizer" from the list of available 
  50.                digitizers. (If your AutoCAD device driver library 
  51.                is not in a hard disk sub-directory you will  need 
  52.                to  have your a diskette containing AutoCAD device 
  53.                drivers available during the installation).  Refer 
  54.                to   your  AutoCAD  documentation   for   complete 
  55.                information on installing device drivers.
  56.  
  57. After  AutoCAD  device  driver installation,  when you  list  the 
  58. AutoCAD  hardware configuration the digitizer should be shown  as 
  59. "ADI digitizer".
  60.  
  61. To  install the DGTRAP driver,  execute the following command  at 
  62. the DOS command prompt:
  63.  
  64.      A>DGTRAP <options>
  65.  
  66. The options,  if specified,  define how DGTRAP will operate  with 
  67. AutoCAD.  The options are:
  68.  
  69.           Z=MENU         Define trackwheel to select menu items
  70.  
  71.           Z=GAIN         Define trackwheel to set FastTRAP X-Y 
  72.                          gain
  73.  
  74.           nnn            A number from 1 to 100 setting the 
  75.                          FastTRAP X-Y-Z axis gain
  76.  
  77.  
  78. The Z=MENU and Z=GAIN options are mutually exclusive - users must 
  79. select  one  or the other.   In the event that both  options  are 
  80. specified the last option on the line will be the one that  takes 
  81. effect.
  82.  
  83.  
  84. The  nnn option can be specified with either the Z=MENU or Z=GAIN 
  85. options  by  following the selected option with a space  and  the 
  86. desired  gain setting.   Valid gain settings are specified  on  a 
  87. linear  scale  from 1 to 100,  with 1 being lowest gain  and  100 
  88. being highest gain.   If the nnn option is not specified the gain 
  89. is set to a default value of 25.
  90.  
  91. The default settings for the DGTRAP command is Z=MENU and gain=25 
  92. if no options are specified.  This is equivalent to the command:
  93.  
  94.      A>DGTRAP Z=MENU 25
  95.  
  96. Examples:
  97.  
  98.      A>DGTRAP
  99.  
  100.      Set trackwheel for menu select and gain for X-Y-Z axes to 25
  101.  
  102.      A>DGTRAP Z=GAIN
  103.  
  104.      Set trackwheel for gain select with an initial gain setting 
  105.      for X-Y-Z axes of 25
  106.  
  107.      A>DGTRAP 50
  108.  
  109.      Set trackwheel for menu select and gain for X-Y-Z axes to 50
  110.  
  111.      A>DGTRAP Z=GAIN 50
  112.  
  113.      Set trackwheel for gain select with an initial gain setting 
  114.      for X-Y-Z axes of 50
  115.  
  116.  
  117. NOTE:      The  DGTRAP driver must be installed prior to  running 
  118. AutoCAD.   You  may want to set up a batch file to  automatically 
  119. load the DGTRAP driver and then load AutoCAD.
  120.  
  121.  
  122.  
  123.  
  124.                             OPERATION
  125.                             ---------
  126.  
  127. The  ADI  driver utilizes all three of the FastTRAP's input  axes 
  128. and  all three of it's input buttons to give AutoCAD  users  more 
  129. efficient control over commonly used pointing functions,  thereby 
  130. increasing   user  productivity.   The  ADI  driver  assigns  the 
  131. FastTRAP's hardware resources as follows:
  132.  
  133.      
  134.      Trackball:          Select pointer position 
  135.  
  136.      Trackwheel:         Select menu items or set X-Y gain
  137.                          (see below)
  138.  
  139.      Left button:        Pick item
  140.  
  141.      Middle button:      Select modifiers menu
  142.  
  143.      Right button:       Enter command
  144.  
  145.  
  146. The  trackwheel  function can be defined to  either  select  menu 
  147. items or to set the gain of the FastTRAP trackball X-Y axis gain.  
  148. For  most users the select menu option (the default) will be  the 
  149. most useful.
  150.      
  151.  
  152. The  ADI driver functional configuration is optimized to  improve 
  153. user  productivity  compared  to  other  commonly  used  pointing 
  154. devices.  For example, when using AutoCAD with a conventional two 
  155. button  mouse all menu items must be selected by first moving the 
  156. pointing  cursor  from  the  active  drawing  area  to  the  menu 
  157. selection bar and then picking the menu item; selecting modifiers 
  158. for  the  various menu options requires  additional  picking  and 
  159. pointing.   In  many  drawing applications the  continual  cursor 
  160. positioning  and  repositioning significantly  increases  drawing 
  161. time.
  162.  
  163.  
  164. Using the new FastTRAP ADI driver,  menu items and modifiers  can 
  165. be  selected directly using the trackwheel and the middle button; 
  166. there  is no longer any requirement that the pointing  cursor  be 
  167. moved  from the active drawing area.   This reduces the number of 
  168. required pointer positioning and repositioning operations with  a 
  169. subsequent increase in user productivity.
  170.  
  171.  
  172. For questions, contact MicroSpeed technical support: 415/490-1403
  173.  
  174.  
  175. AutoDesk, AutoCAD, and ADI are registered trademarks of AutoDesk, 
  176. Inc.
  177.  
  178. FastTRAP, MicroSpeed, and trackwheel are trademarks of 
  179. MicroSpeed, Inc.
  180. DI ar